AddressEntries Property (AddressList Object) 

The AddressEntries property returns a single AddressEntry1O6Y3BK object or an AddressEntries8D27ZI collection object. Read-only.

Syntax

Set objAddrEntriesColl = objAddressList.AddressEntries

Set objOneAddrEntry = objAddressList.AddressEntries(index)

objAddrEntriesColl

Object. An AddressEntries collection object.

objAddressList

Object. The AddressList object.

objOneAddrEntry

Object. A single AddressEntry object.

index

Long. Specifies the number of the address entry within the AddressEntries collection. Ranges from 1 to the size of the collection.

 

Data Type

Object

Remarks

An AddressEntries collection is a large collection, and its size cannot necessarily be determined from its Count1SDB647 property. It is not safe to use the index parameter with the AddressEntries property unless an indexed loop has determined that an address entry at that position in the collection actually exists.